Index
A C D E G H I L M N P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
T
- test(Constraint, Object, Object) - Method in class edu.uky.ai.csp.kr.Solution
-
Given some constraint and two candidate values for the constraint's variables, this method checks if the constraint would be violated by those values.
- testValues(Solution, Object, Object) - Method in class edu.uky.ai.csp.kr.Constraint
-
A helper method for testing values which is defined for each new kind of constraint.
- testValues(Solution, Object, Object) - Method in class edu.uky.ai.csp.kr.EqualsConstraint
- testValues(Solution, Object, Object) - Method in class edu.uky.ai.csp.kr.NotEqualsConstraint
- toString() - Method in class edu.uky.ai.csp.kr.Domain
- toString() - Method in class edu.uky.ai.csp.kr.EqualsConstraint
- toString() - Method in class edu.uky.ai.csp.kr.NotEqualsConstraint
- toString() - Method in class edu.uky.ai.csp.kr.Solution
- toString() - Method in class edu.uky.ai.csp.kr.Variable
- toString(Solution) - Method in class edu.uky.ai.csp.kr.Problem
-
Returns a problem-specific string representation of a potential solution.
- toString(Solution) - Method in class edu.uky.ai.csp.Sudoku
-
Prints a string representation of the a solution (or partial solution) to a Sudoku puzzle.
All Classes All Packages